home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Skunkware 5
/
Skunkware 5.iso
/
src
/
X11
/
tclMotif-1.4
/
programs
/
prog12
< prev
next >
Wrap
Text File
|
1995-06-29
|
184b
|
12 lines
# test Dimension to String
xtAppInitialize -class Program
xmLabel .label managed
.label getValues -width w -height h
puts stdout "Width: $w, height: $h"
. realizeWidget
. mainLoop